Package com.cisco.pt.ipc.sim
Interface BbaGroup
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
BbaGroupImpl
Information provided by the PKI file:
\class BbaGroup
\brief BbaGroup handles and manipulates Bba groups.
\example network().getDevice("Router0").getProcess("VirtualTemplateManager").getBbaGroupAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:voidsetGroupName(String name) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setGroupName
Information provided by the PKI file:
\brief Sets the Bba group name. \param name, the name for the Bba group.- Parameters:
name- Takes in a parameter of name
-
getGroupName
String getGroupName()Information provided by the PKI file:
\brief Returns the Bba group name. \return string, the name of the Bba group.- Returns:
- String Returns a String
-
getVirtualTempInt
VirtualTemplateInterface getVirtualTempInt()Information provided by the PKI file:
\brief Returns the virtual template interface. \return vInterface, the VirtualTemplateInterface object.- Returns:
- VirtualTemplateInterface Returns a VirtualTemplateInterface
-